const runtime.maxTinySize

4 uses

	runtime (current package)
		malloc.go#L113: 	maxTinySize   = _TinySize
		malloc.go#L1052: 			if size < maxTinySize {
		malloc.go#L1161: 	if off+size <= maxTinySize && c.tiny != 0 {
		mfinal.go#L475: 		if ot.Elem == nil || ot.Elem.Pointers() || ot.Elem.Size_ >= maxTinySize {